-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
added header synopses to the reference #303
base: develop
Are you sure you want to change the base?
Conversation
An automated preview of the documentation is available at https://303.unordered.prtest2.cppalliance.org/libs/unordered/doc/html/index.html |
doc/modules/ROOT/pages/ref.adoc
Outdated
* xref:reference/unordered_set.adoc[unordered_set] | ||
* xref:reference/unordered_multiset.adoc[unordered_multiset] | ||
* xref:reference/hash_traits.adoc[hash_traits] | ||
* xref:reference/header_unordered_map_fwd.adoc[`<boost/unordered/unordered_map_fwd.hpp>` Synopsis] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I can solve this in a more satisfactory way, for that I'd need for you to add this definition to the source site.css
:
.inlink-code {
font-family: Roboto Mono,monospace;
font-size: 95%;
color: inherit;
}
Can you do that?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Of course. You can do that locally yourself even.
All you gotta clone is the unordered-ui-bundle repo and then invoke gulp bundle
in it. There's docs here: https://gitlab.com/antora/antora-ui-default#user-content-development-quickstart
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I managed to do it without changing the CSS file: 191adf4.
An automated preview of the documentation is available at https://303.unordered.prtest2.cppalliance.org/libs/unordered/doc/html/index.html |
1 similar comment
An automated preview of the documentation is available at https://303.unordered.prtest2.cppalliance.org/libs/unordered/doc/html/index.html |
My concern with that is that less space is reserved for the actual content, and the whole page's width is constrained in boost.io. Is it possible to have the TOC's width be adjustable by the user by dragging its right border? |
Added header synopses to the reference in the style of the standard. Solves #301.